<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --theme: #ff0000;
  --pagination-color: #ff0000;
}
.home008-header {
  box-shadow: 0px 5px 15px -6px rgba(15, 15, 15, 0.1);
  padding: 0 140px 0 70px;
  position: sticky;
  top: 0;
  background-color: #fff;
  height: 100px;
  z-index: 100;
  min-width: 1280px;
}
.home008-header .logo {
  height: 100px;
  line-height: 100px;
  position: relative;
  z-index: 999;
}
.home008-header .logo-img {
  max-height: 80px;
  vertical-align: middle;
}
.home008-header .list {
  line-height: 100px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.home008-header .list * {
  transition: all 0.3s ease 0s;
}
.home008-header .list &gt; li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  color: #595959;
  font-size: 16px;
}
.home008-header .list &gt; li.active &gt; a {
  border-bottom: 2px solid var(--theme);
  font-weight: 600;
  color: var(--theme);
}
.home008-header .list &gt; li div.nav-shu-box {
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 200px;
  z-index: 10;
  left: 0px;
  top: 100%;
  height: auto;
  overflow: visible;
  opacity: 0;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul {
  width: 250px;
  background: #fff;
  overflow: visible;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul &gt; li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: visible;
  line-height: 24px;
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul &gt; li &gt; a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  padding: 8px 10px 8px 10px;
  width: 100%;
  overflow: hidden;
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul &gt; li:hover &gt; a {
  color: var(--theme);
  padding: 8px 0 8px 20px;
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul &gt; li &gt; ul {
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  position: absolute;
  overflow: visible;
  left: 100%;
  width: 250px;
  background: #fff;
  top: 0px;
  z-index: 1000;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul &gt; li &gt; ul &gt; li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  line-height: 24px;
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
  color: var(--theme);
  padding: 8px 0 8px 20px;
}
.home008-header .list &gt; li div.nav-shu-box &gt; ul &gt; li:hover &gt; ul {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.home008-header .list &gt; li:hover &gt; a {
  color: var(--theme);
  font-weight: 600;
}
.home008-header .list &gt; li:hover &gt; a::before {
  width: 100%;
}
.home008-header .list &gt; li:hover &gt; div.nav-shu-box {
  width: auto;
  display: inline-block;
  height: auto;
  opacity: 1;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.home008-header .list &gt; li &gt; a {
  padding: 0 10px;
  height: 100px;
  display: block;
  border-bottom: 2px solid transparent;
  position: relative;
}
.home008-header .list &gt; li &gt; a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--theme);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s;
  overflow: hidden;
}
.home008-header .list &gt; li &gt; a &gt; span {
  background: var(--theme);
  padding: 12px 26px;
  border-radius: 50px;
  color: #fff;
}
.home008-header .tel {
  float: right;
  line-height: 100px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
.home008-header .tel span {
  border-left: 2px solid #d9d9d9;
  padding-left: 30px;
}
.home008-header .tel .icon {
  color: var(--theme);
  font-size: 20px;
}
.home008-header .search {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--theme);
  height: 100px;
  width: 100px;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.home008-header .search a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 100px;
}
.home008-header .search a .icon {
  font-size: 24px;
  color: #fff;
}
.home008-header .search.active {
  width: 410px;
}
.home008-header .search.active form {
  display: flex;
}
.home008-header .search.active &gt; .icon {
  display: none;
}
.home008-header .search form {
  width: 100%;
  height: 100px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.home008-header .search form .key {
  width: 100%;
  background: #fff;
  height: 50px;
  border-radius: 50px;
  padding: 0 20px;
  display: block;
}
.home008-header .search form button {
  position: absolute;
  color: #8c8c8c;
  right: 60px;
  font-size: 30px;
  background: none;
}
@media (max-width: 1600px) {
  .home008-header .list li {
    margin-left: 0;
  }
}
@media (max-width: 1400px) {
  .home008-header {
    padding: 0 120px 0 20px;
  }
}
.banner-home .swiper-slide .img {
  width: 100%;
}
.banner-home .swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--theme);
  border-radius: 4px;
}
.mt-60 {
  margin-top: 60px;
}
.w-1600 {
  max-width: 1600px;
  min-width: 1280px;
  margin: 0 auto;
}
/* **********浜у搧 start********** */
.home008-section1 {
  padding: 125px 0 100px 0;
  background-color: #f5f5f5;
  line-height: 1;
}
.home008-section1 .list {
  width: 100%;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
}
.home008-section1 .list ul {
  display: flex;
}
.home008-section1 .list .item {
  width: calc(25% - 15px);
  margin-right: 20px;
  background-color: #f9f9f9;
}
.home008-section1 .list .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.home008-section1 .list .item:hover .img img {
  transform: scale(1.2);
}
.home008-section1 .list .item:hover .goods-name {
  color: var(--theme);
}
.home008-section1 .list .item:hover .link {
  color: #fff;
  background-color: var(--theme);
}
.home008-section1 .list .item &gt; a {
  display: block;
}
.home008-section1 .list .item .img-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.home008-section1 .list .item .img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home008-section1 .list .item .img img {
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
.home008-section1 .list .goods-name {
  margin-top: 30px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home008-section1 .list .sub-goods-name {
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  height: 48px;
  line-height: 24px;
  color: #595959;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.home008-section1 .link {
  height: 32px;
  line-height: 32px;
  color: #8c8c8c;
  margin-top: 20px;
  display: inline-block;
  width: 140px;
}
.home008-section1 .swiper-pagination {
  height: 60px;
  background-color: #fff;
  border-radius: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.home008-section1 .swiper-pagination img {
  margin: 0 20px;
  cursor: pointer;
}
.home008-section1 .swiper2-pagination {
  position: static;
}
.home008-section1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  opacity: 1;
  border: 2px solid #8b8a8a;
  background-color: #8b8a8a;
  margin: 0 8px;
}
.home008-section1 .swiper-pagination-bullet-active {
  background: #fff;
  width: 16px;
  height: 16px;
  border-color: var(--theme);
}
.home008-section1-info-container {
  height: 110px;
  text-align: center;
  padding: 0 30px;
}
.home008-section1-title {
  text-align: center;
  line-height: 1;
}
.home008-section1-title h2 {
  font-size: 42px;
}
.home008-section1-title p {
  font-size: 18px;
  margin-top: 30px;
}
/* **********浜у搧 end********** */
/* **********home008-section2  start********** */
.home008-section2 {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.home008-section2 &gt; li {
  width: 50%;
  height: 720px;
  background-color: #fff;
  position: relative;
}
.home008-section2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.home008-section2 .item1 {
  padding: 6% 10% 0px 6%;
}
.home008-section2 .item2 {
  padding: 8% 5% 0px 8%;
}
.home008-section2 h6 {
  font-size: 20px;
}
.home008-section2 h2 {
  font-size: 42px;
  margin-top: 16px;
  font-weight: 600;
}
.home008-section2 .home008-section2-desc {
  height: 200px;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 24px;
}
.home008-section2 .btn {
  margin-top: 70px;
}
.home008-section2-item1-list li {
  display: inline-block;
  margin-right: 10%;
}
.home008-section2-item1-list strong {
  font-size: 60px;
}
.home008-section2-item1-list sup {
  font-size: 16px;
  position: relative;
  top: -12px;
}
.home008-section2-item1-list .gray {
  font-size: 14px;
  margin-top: 10px;
}
.home008-section2-item2-list {
  display: flex;
}
.home008-section2-item2-list li {
  flex: 1;
}
.home008-section2-item2-list .iconimg {
  height: 44px;
  line-height: 44px;
}
.home008-section2-item2-list .iconimg img {
  vertical-align: middle;
}
.home008-section2-item2-list h4 {
  font-size: 30px;
  margin: 30px 0 10px 0;
}
.home008-section2-item2-list .gray {
  line-height: 2;
  font-size: 14px;
}
.home008-section2-video {
  line-height: 1;
  color: #fff;
}
.home008-section2-video p {
  font-size: 18px;
}
.home008-section2-video h5 {
  font-size: 32px;
  margin: 16px 0 10px 0;
}
.home008-section2-video &gt; div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.home008-section2-video .img {
  position: absolute;
  z-index: 0;
}
/* **********home008-section2  end********** */
/* **********home008-section3  start********** */
.home008-section3 {
  background-color: #fff;
  padding: 130px 0 75px 0;
}
.home008-section3 .list {
  display: flex;
}
.home008-section3 .list &gt; li {
  width: calc(33.33% - 46px);
  margin-right: 70px;
}
.home008-section3 .list h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;
}
.home008-section3 .list h6 a {
  font-size: 14px;
  color: #8c8c8c;
}
.home008-section3-news-item {
  margin-top: 50px;
  display: block;
}
.home008-section3-news-item:hover .img img {
  transform: scale(1.2);
}
.home008-section3-news-item:hover .news-info {
  transform: translateX(10px);
}
.home008-section3-news-item:hover h2 {
  color: var(--theme);
}
.home008-section3-news-item .img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.home008-section3-news-item .img img {
  position: relative;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
.home008-section3-news-item h2 {
  margin-top: 32px;
  line-height: 1;
  font-size: 20px;
}
.home008-section3-news-item .news-info {
  transition: 0.5s;
}
.home008-section3-news-item .news-detail {
  margin-top: 20px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home008-section3-news-item .link {
  display: inline-block;
  vertical-align: top;
  color: #262626;
  margin-top: 32px;
}
.home008-section3-faq-list {
  margin-top: 50px;
}
.home008-section3-faq-list li {
  margin-bottom: 10px;
}
.home008-section3-faq-list li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.home008-section3-faq-list li:hover h2 {
  color: var(--theme);
}
.home008-section3-faq-list li &gt; a {
  display: block;
  height: 150px;
  background-color: #f5f5f5;
  padding: 36px 40px 0 40px;
}
.home008-section3-faq-list h2 {
  line-height: 1;
  font-size: 20px;
}
.home008-section3-faq-list .faq-detail {
  margin-top: 16px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* **********home008-section3  end********** */
/* **********home008-section4 鍚堜綔浼欎即 start********** */
.home008-section4 {
  padding: 70px 0 80px 0;
  background-color: #f5f5f5;
  text-align: center;
}
.home008-section4 h2 {
  line-height: 1;
  font-size: 32px;
}
.home008-section4 .list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.home008-section4 .list .item {
  width: 20%;
  margin: 10px 0;
  overflow: hidden;
}
.home008-section4 .list .item:hover .img img {
  transform: scale(1.2);
}
.home008-section4 .list .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0 10px;
  height: 100%;
}
.home008-section4 .list .img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.home008-section4 .list p {
  font-size: 16px;
  margin-top: 25px;
}
/* **********home008-section4 鍚堜綔浼欎即 end********** */
/* **********home008-section4 鍚堜綔浼欎即 start********** */
.home008-section6 .list .img {
  height: 280px;
}
.home008-section5,
.home008-section6 {
  padding: 70px 0 80px 0;
  background-color: #f5f5f5;
  text-align: center;
}
.home008-section5 h2,
.home008-section6 h2 {
  line-height: 1;
  font-size: 32px;
}
.home008-section5 .home008-section5-desc,
.home008-section6 .home008-section5-desc,
.home008-section5 .home008-section6-desc,
.home008-section6 .home008-section6-desc {
  font-size: 14px;
  margin-top: 26px;
  color: #8c8c8c;
}
.home008-section5 .swiper-container,
.home008-section6 .swiper-container {
  padding: 50px 0 100px;
  position: relative;
}
.home008-section5 .swiper-container .swiper-pagination,
.home008-section6 .swiper-container .swiper-pagination {
  height: 60px;
  background-color: #fff;
  border-radius: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.home008-section5 .swiper-container .swiper-pagination img,
.home008-section6 .swiper-container .swiper-pagination img {
  margin: 0 20px;
  cursor: pointer;
}
.home008-section5 .swiper-container .swiper2-pagination,
.home008-section6 .swiper-container .swiper2-pagination {
  position: static;
  display: flex;
}
.home008-section5 .swiper-container .swiper-pagination-bullet,
.home008-section6 .swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  opacity: 1;
  border: 2px solid #8b8a8a;
  background-color: #8b8a8a;
  margin: 0 8px;
}
.home008-section5 .swiper-container .swiper-pagination-bullet-active,
.home008-section6 .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
  width: 16px;
  height: 16px;
  border-color: var(--theme);
}
.home008-section5 .list .item,
.home008-section6 .list .item {
  width: 20%;
  margin: 12px 0;
}
.home008-section5 .list .item:hover .img img,
.home008-section6 .list .item:hover .img img {
  transform: scale(1.2);
}
.home008-section5 .list .img,
.home008-section6 .list .img {
  padding: 20px 20px;
  overflow: hidden;
  background: #fff;
  margin: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home008-section5 .list .img img,
.home008-section6 .list .img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.home008-section5 .list p,
.home008-section6 .list p {
  font-size: 16px;
  margin-top: 25px;
}
/* **********home008-section4 鍚堜綔浼欎即 end********** */
.home008-footer {
  background-color: #387dd2;
  padding-top: 60px;
}
.home008-footer .flex {
  display: flex;
  justify-content: space-between;
}
.home008-footer .home008-footer-top {
  padding-bottom: 60px;
}
.home008-footer .logo {
  height: 60px;
}
.home008-footer .logo img {
  height: 60px;
}
.home008-footer .footer-qrcode {
  margin-left: 2%;
  max-width: 24%;
}
.home008-footer .footer-qrcode h6 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.home008-footer .footer-qrcode .desc {
  line-height: 1.4;
  font-size: 14px;
  color: #e1e9f6;
}
.home008-footer .footer-qrcode .qrcode-box {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.home008-footer .footer-qrcode .qrcode-box .qrcode {
  text-align: center;
  max-width: 180px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.home008-footer .footer-qrcode .qrcode-box .qrcode img {
  width: 100%;
}
.home008-footer .footer-tel {
  color: var(--theme);
  line-height: 1;
  margin-top: 30px;
}
.home008-footer .footer-tel .icon {
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--theme);
  vertical-align: top;
  line-height: 32px;
  font-size: 20px;
}
.home008-footer .footer-tel p span {
  display: inline-block;
}
.home008-footer .footer-tel p span:last-child {
  font-size: 26px;
  margin-left: 10px;
}
.home008-footer .footer-tel &gt; div {
  display: inline-block;
}
.home008-footer .footer-tel .tel {
  font-size: 32px;
  margin-top: 8px;
}
.home008-footer .footer-email {
  margin-top: 30px;
  color: #e1e9f6;
}
.home008-footer .footer-email .gray {
  color: #e1e9f6;
}
.home008-footer .footer-addr {
  margin-top: 10px;
  color: #e1e9f6;
}
.home008-footer .footer-addr .gray {
  color: #e1e9f6;
}
.home008-footer .copyright {
  align-items: center;
  height: 90px;
  font-size: 12px;
  line-height: 20px;
  color: #8c8c8c;
  border-top: 1px solid #5594e1;
  color: #c0d1ee;
}
.home008-footer .copyright p {
  display: inline;
  color: #c0d1ee;
}
.home008-footer .copyright a {
  margin-left: 8px;
  color: #c0d1ee;
}
.home008-footer .links {
  margin-right: 2%;
  display: flex;
  justify-content: flex-start;
}
.home008-footer .links ul {
  margin-top: 30px;
}
.home008-footer .links .item {
  min-width: 148px;
  flex: 1;
}
.home008-footer .links h6 {
  font-size: 18px;
  font-weight: 600;
}
.home008-footer .links h6 a {
  font-weight: 600;
  color: #fff;
}
.home008-footer .links .cell {
  color: #e1e9f6;
  font-size: 14px;
  margin-bottom: 10px;
}
.home008-footer .links .cell a:hover span {
  color: var(--theme);
}
@media (max-width: 1600px) {
  .home008-footer .copyright {
    margin: 0 50px;
  }
  .home008-footer-top {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  .w-1600 {
    max-width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }
  .home008-section2 h2 {
    font-size: 34px;
  }
  .home008-section2-item2-list h4 {
    font-size: 24px;
  }
  .home008-section2-item2-list .gray {
    line-height: 1.4;
  }
  .home008-section2-item2-list li {
    padding: 0 10px;
  }
  .home008-section2-item2-list .gray p {
    display: inline;
  }
}
@media (max-width: 1360px) {
  .home008-section2 .item1 {
    padding: 6% 8% 0 4%;
  }
  .home008-section2 .item2 {
    padding: 8% 4% 0 6%;
  }
  .home008-footer-top {
    padding: 0;
  }
}
.online_section {
  position: fixed;
  z-index: 99999999999;
  top: 150px;
  right: -200px;
  transition: all 0.3s ease;
}
.online_section ul li {
  list-style: none;
  width: 240px;
  height: 40px;
  color: #fff;
  padding-left: 40px;
  -moz-border-radius: 0px 0 0 0px;
  -webkit-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
  transition: all 0.5s ease;
  overflow: hidden;
  margin-bottom: 3px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  background: var(--theme);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.online_section ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.online_section ul li i {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.online_section .online_tel i {
  background: url(../images/kefu/online_t.png) no-repeat;
}
.online_section .online_email i {
  background: url(../images/kefu/online_e.png) no-repeat;
}
.online_section .online_whatsapp i {
  background: url(../images/kefu/online_w.png) no-repeat;
}
.online_section .online_skype i {
  background: url(../images/kefu/online_s.png) no-repeat;
}
.online_section .online_qq i {
  background: url(../images/kefu/online_q.png) no-repeat;
}
.online_section .online_wechat i {
  background: url(../images/kefu/online_wx.png) no-repeat;
}
.online_section .online_coad i {
  background: url(../images/kefu/online_c.png) no-repeat;
  padding: 0px;
}
.online_section .online_coad p {
  padding-left: 50px;
  font-family: 'lato';
  font-size: 14px;
}
.online_section .online_coad img {
  width: 100%;
  height: auto;
}
.online_coad .img {
  max-width: 200px;
  padding: 10px 30px;
  margin: 0 auto;
  padding-top: 0px;
}
.online_section ul:hover li a {
  color: #fff;
}
.online_section ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.online_section ul:hover li.online_tel i {
  background: url(../images/kefu/online_t.png) no-repeat;
}
.online_section ul:hover li.online_email i {
  background: url(../images/kefu/online_e.png) no-repeat;
}
.online_section ul:hover li.online_whatsapp i {
  background: url(../images/kefu/online_w.png) no-repeat;
}
.online_section ul:hover li.online_qq i {
  background: url(../images/kefu/online_q.png) no-repeat;
}
.online_section ul:hover li.online_skype i {
  background: url(../images/kefu/online_s.png) no-repeat;
}
.online_section ul:hover li.online_coad i {
  background: url(../images/kefu/online_c.png) no-repeat;
  padding: 0px;
}
/* 鍥炲埌椤堕儴 */
/*瀹㈡湇*/
.qqkefu {
  position: fixed;
  bottom: 50px;
  z-index: 999;
  right: 0;
  width: 53px;
}
.qqkefu ul li {
  height: 47px;
  margin-bottom: 1px;
  float: right;
  background: rgba(40, 41, 58, 0.9);
  line-height: 47px;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.9;
  position: relative;
}
.qqkefu ul li:hover {
  background: #e9af1b;
}
.qqkefu ul li.top2 {
  color: #1c1c1c;
  font-weight: 800;
  text-align: center;
  background: #999 url(../images/kefu/top_icon.png) no-repeat center;
  position: relative;
  width: 53px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.qqkefu ul li.top2:hover {
  background-color: var(--theme);
}
@media only screen and (max-width: 768px) {
  .online_section {
    display: none;
  }
}
/*# sourceMappingURL=./home.css.map */</pre></body></html>